github.com/refraction-networking/utls.UConn.sessionController (field)
17 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L34: sessionController *sessionController
u_conn.go#L73: uconn.sessionController = newSessionController(&uconn)
u_conn.go#L74: uconn.utls.sessionController = uconn.sessionController
u_conn.go#L157: uconn.sessionController.finalCheck()
u_conn.go#L169: switch uconn.sessionController.shouldLoadSession() {
u_conn.go#L172: uconn.sessionController.setSessionTicketToUConn()
u_conn.go#L174: uconn.sessionController.setPskToUConn()
u_conn.go#L177: uconn.sessionController.utlsAboutToLoadSession()
u_conn.go#L184: uconn.sessionController.initSessionTicketExt(session, hello.sessionTicket)
u_conn.go#L185: uconn.sessionController.setSessionTicketToUConn()
u_conn.go#L187: uconn.sessionController.initPskExt(session, earlySecret, binderKey, hello.pskIdentities)
u_conn.go#L196: if uconn.sessionController.shouldUpdateBinders() {
u_conn.go#L197: uconn.sessionController.updateBinders()
u_conn.go#L198: uconn.sessionController.setPskToUConn()
u_conn.go#L232: return uconn.sessionController.overrideSessionTicketExt(sessionTicketExt)
u_conn.go#L245: return uconn.sessionController.overridePskExt(pskExt)
u_parrots.go#L2938: err = uconn.sessionController.syncSessionExts()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |